home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / applied / logon < prev    next >
Text File  |  2001-04-06  |  464b  |  14 lines

  1. SYNOPSIS
  2.         int logon(void)
  3.  
  4. DESCRIPTION
  5.         When the parser accepts a new connection, it first calls
  6.         connect() in the master object and then applies logon() to
  7.         the object that is returned by the master. That will usually be
  8.         a special login object, that is expected to clone and get going
  9.         a user shell or user object.
  10.         Should return 0 on failure, everything else means success.
  11.  
  12. SEE ALSO
  13.         connect(M), exec(E)
  14.